Skip to main content

enableItemCache

Type

property

Summary

Use cache when rendering list items.

Syntax

set the enableItemCache of widget to <Boolean>
get the enableItemCache of widget

Description

Use the enableItemCache property to enable (true) or disable (false) list items caching. If enableItemCache is true when an item is first rendered, its precomputed data will be stored internally and used each time the element is rendered again, instead of having to do all the calculations again. Note that on some platforms, combining transparencies of child elements with background alpha colors could generate some visual aberrations.